* calendar/time-date.el (autoload):
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 9 Sep 2009 09:29:29 +0000 (09:29 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 9 Sep 2009 09:29:29 +0000 (09:29 +0000)
commitdeb209522a26fece93e293f4d39acc5cd7729f60
tree01f30ba5e81582201e497812c1a9ba4290cef5ed
parentf03cf12f478d54ad9ac88b6a2ac248fe2bdc0ded
* calendar/time-date.el (autoload):
Expand define-obsolete-function-alias into defalias and make-obsolete
for old Emacsen that Gnus supports.
(with-no-warnings): Define it for old Emacsen.
(time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
is available.
(time-to-number-of-days): Don't use (featurep 'xemacs) to check if
float-time is available; suppress compile warning for time-to-seconds.

2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>

* net/imap.el (imap-message-map): Docstring fix.
lisp/ChangeLog
lisp/calendar/time-date.el
lisp/net/imap.el